Release 10.1A: OpenEdge Development:
Web Services
Client interface methods for session-managed AppObjects
A session-managed AppObject provides the following methods.
Use this method to connect to an AppServer:
This method must be executed before any other method can be called. The SOAP response header returned by this method contains an
AppObjectIDelement whose value must be sent in the SOAP request header for all other methods invoked on this AppObject.Use this method to release the AppObject connection:
Once this method is executed, no other methods on the AppObject can be called. The SOAP request header must contain the value of the
AppObjectIDelement. If other objects (SubAppObjects or ProcObjects) are using the same connection, the connection is not terminated until the corresponding release method is called on every object.Use this method to create a SubAppObject:
This method must be executed before calling any other methods on the SubAppObject. The SOAP request header must contain the value of the
AppObjectIDelement. The SOAP response header returned by this method contains aSubAppObjectIDelement whose value must be sent in the SOAP request header for all methods invoked on this SubAppObject.Use this method to create a ProcObject and execute the corresponding persistent procedure:
This method must be executed before calling any other methods on the ProcObject. The SOAP request header must contain the value of the
AppObjectID. The SOAP response header returned by this method contains aProcObjectID whose value must be sent in the SOAP request header for all methods invoked on this ProcObject.Call a
ProcNamemethod on the AppObject to execute a corresponding non-persistent external procedure typically identified byProcName:
The SOAP request header must contain the value of the
AppObjectIDelement.
|
Copyright © 2005 Progress Software Corporation www.progress.com Voice: (781) 280-4000 Fax: (781) 280-4095 |